tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libayatana-common: 0.9.8 -> 0.9.9
R. Ryantm
2 years ago
a073d008
85f15865
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libayatana-common
default.nix
+2
-2
pkgs/development/libraries/libayatana-common/default.nix
···
16
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "libayatana-common";
19
-
version = "0.9.8";
20
21
src = fetchFromGitHub {
22
owner = "AyatanaIndicators";
23
repo = "libayatana-common";
24
rev = finalAttrs.version;
25
-
hash = "sha256-5cHFjBQ3NgNaoprPrFytnrwBRL7gDG7QZLWomgGBJMg=";
26
};
27
28
postPatch = ''
···
16
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "libayatana-common";
19
+
version = "0.9.9";
20
21
src = fetchFromGitHub {
22
owner = "AyatanaIndicators";
23
repo = "libayatana-common";
24
rev = finalAttrs.version;
25
+
hash = "sha256-IBLJPgi+dKZKbR0Yjr2aNjCdpY+PE1k9QLSsk++6Wqo=";
26
};
27
28
postPatch = ''