mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
sound-juicer: 3.16.1 -> 3.24.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sound-juicer/versions
This commit is contained in:
parent
e0950ae9ad
commit
b173267501
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
let
|
||||
pname = "sound-juicer";
|
||||
version = "3.16.1";
|
||||
version = "3.24.0";
|
||||
in stdenv.mkDerivation rec{
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "0mx6n901vb97hsv0cwaafjffj75s1kcp8jsqay90dy3099849dyz";
|
||||
sha256 = "19qg4xv0f9rkq34lragkmhii1llxsa87llbl28i759b0ks4f6sny";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig intltool itstool libxml2 wrapGAppsHook ];
|
||||
|
|
Loading…
Reference in a new issue