mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
gvfs: 1.36.1 → 1.36.2
This commit is contained in:
parent
c477acec9e
commit
fd0d1f35a5
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "gvfs";
|
pname = "gvfs";
|
||||||
version = "1.36.1";
|
version = "1.36.2";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
|
||||||
sha256 = "09phj9kqk8lzcmkjfq7qmzpkj4xp1vg4mskv6d2s9j62hvrxyh1q";
|
sha256 = "1xq105596sk9yram5a143b369wpaiiwc9gz86n0j1kfr7nipkqn4";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Uncomment when switching back to meson
|
# Uncomment when switching back to meson
|
||||||
|
Loading…
Reference in New Issue
Block a user