tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
yad: 12.3 -> 13.0
R. Ryantm
2 years ago
89654beb
70679647
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
yad
default.nix
+2
-2
pkgs/tools/misc/yad/default.nix
···
3
4
stdenv.mkDerivation rec {
5
pname = "yad";
6
-
version = "12.3";
7
8
src = fetchFromGitHub {
9
owner = "v1cont";
10
repo = "yad";
11
rev = "v${version}";
12
-
sha256 = "sha256-VaeA83Wk5N3uLf8Eb606w3KPwV/3be5D39wW2JuSdp0=";
13
};
14
15
configureFlags = [
···
3
4
stdenv.mkDerivation rec {
5
pname = "yad";
6
+
version = "13.0";
7
8
src = fetchFromGitHub {
9
owner = "v1cont";
10
repo = "yad";
11
rev = "v${version}";
12
+
sha256 = "sha256-iYAhiaGfC9/OQ5HrSjX2fhpbwdZun6sxyw8o+8svcvY=";
13
};
14
15
configureFlags = [