Merge pull request #317058 from r-ryantm/auto-update/cyanrip

cyanrip: 0.9.2 -> 0.9.3.1
This commit is contained in:
Weijia Wang
2024-06-07 11:03:41 +02:00
committed by GitHub

View File

@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "cyanrip";
version = "0.9.2";
version = "0.9.3.1";
src = fetchFromGitHub {
owner = "cyanreg";
repo = "cyanrip";
rev = "v${finalAttrs.version}";
hash = "sha256-sWgHf8S4GZDAIvMUf5KvGy2y0JcUbRS53IjArdgokqc=";
hash = "sha256-GAPHsYQYJQOBV4ok7omqhiDPKX+VC4Bw3Msb3pd8Zo8=";
};
nativeBuildInputs = [