tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
scrot: 1.4 -> 1.5
R. RyanTM
5 years ago
edccece9
671fd3a3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
scrot
default.nix
+2
-2
pkgs/tools/graphics/scrot/default.nix
···
3
4
stdenv.mkDerivation rec {
5
pname = "scrot";
6
-
version = "1.4";
7
8
src = fetchFromGitHub {
9
owner = "resurrecting-open-source-projects";
10
repo = pname;
11
rev = version;
12
-
sha256 = "12xq6glg70icwsvbnfw9gm4dahlbnrc7b6adpd0mpf89h4sj2gds";
13
};
14
15
nativeBuildInputs = [ autoreconfHook autoconf-archive ];
···
3
4
stdenv.mkDerivation rec {
5
pname = "scrot";
6
+
version = "1.5";
7
8
src = fetchFromGitHub {
9
owner = "resurrecting-open-source-projects";
10
repo = pname;
11
rev = version;
12
+
sha256 = "sha256-4vguodLnCj0sOBLM4oJXTfX1p8hIo3WTwIuViPtZxHQ=";
13
};
14
15
nativeBuildInputs = [ autoreconfHook autoconf-archive ];