tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
shotwell: 0.27.2 → 0.27.4
Jan Tojnar
8 years ago
5b141e2d
a3a82096
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
shotwell
default.nix
+2
-2
pkgs/applications/graphics/shotwell/default.nix
···
7
8
let
9
pname = "shotwell";
10
-
version = "0.27.2";
11
in stdenv.mkDerivation rec {
12
name = "${pname}-${version}";
13
14
src = fetchurl {
15
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
16
-
sha256 = "0bxc15gk2306fvxg6bg1s6c706yd89i66ldng0z102mcfi98warb";
17
};
18
19
nativeBuildInputs = [
···
7
8
let
9
pname = "shotwell";
10
+
version = "0.27.4";
11
in stdenv.mkDerivation rec {
12
name = "${pname}-${version}";
13
14
src = fetchurl {
15
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
16
+
sha256 = "0g2vphhpxrljpy9sryfsgaayix807i1i9plj9bay72dk0zphqab2";
17
};
18
19
nativeBuildInputs = [