Skip to content

Commit

Permalink
gvfs: 1.36.1 → 1.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed May 8, 2018
1 parent c477ace commit fd0d1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gvfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

let
pname = "gvfs";
version = "1.36.1";
version = "1.36.2";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "09phj9kqk8lzcmkjfq7qmzpkj4xp1vg4mskv6d2s9j62hvrxyh1q";
sha256 = "1xq105596sk9yram5a143b369wpaiiwc9gz86n0j1kfr7nipkqn4";
};

# Uncomment when switching back to meson
Expand Down

0 comments on commit fd0d1f3

Please sign in to comment.