1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

libcrafter: 0.3 -> 1.0

This commit is contained in:
R. RyanTM 2020-07-16 06:47:54 +00:00
parent 992db90c4c
commit a16038b3bd

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libcrafter";
version = "0.3";
version = "1.0";
src = fetchzip {
url = "https://github.com/pellegre/libcrafter/archive/version-${version}.zip";
sha256 = "04lpmshh4wb1dav03p6rnskpd1zmmvhv80xwn8v7l8faps5gvjp4";
sha256 = "1d2vgxawdwk2zg3scxclxdby1rhghmivly8azdjja89kw7gls9xl";
};
preConfigure = "cd libcrafter";