Skip to content

Commit a7d8d18

Browse files
authored
abracadabra: 2.9.2 -> 3.0.0 (#389123)
2 parents c154082 + 3d94d3b commit a7d8d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ab/abracadabra/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "abracadabra";
18-
version = "2.9.2";
18+
version = "3.0.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "KejPi";
2222
repo = "AbracaDABra";
2323
rev = "v${version}";
24-
hash = "sha256-3sjN62SWl5Xpb2cP108IFqCuJAo8JLOCLxJENCrq8wI=";
24+
hash = "sha256-yCjMinDCoBTOC5Ks4MUd0MQeitfrIe8bI3Q4ahz36kQ=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)