catgirl: 1.7 -> 1.8
(cherry picked from commit 645446afa518ac7ef939bab4393d74d8bf24a7e2)
This commit is contained in:
parent
fb75a2a13f
commit
e57ea488f9
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "catgirl";
|
pname = "catgirl";
|
||||||
version = "1.7";
|
version = "1.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://git.causal.agency/catgirl/snapshot/${pname}-${version}.tar.gz";
|
url = "https://git.causal.agency/catgirl/snapshot/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-3shSdeq4l6Y5DEJZEVMHAngp6vjnkPjzpLpcp407X/0=";
|
sha256 = "0svpd2nqsr55ac98vczyhihs6pvgw7chspf6bdlwl98gch39dxif";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ ctags pkg-config ];
|
nativeBuildInputs = [ ctags pkg-config ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user