Unverified Commit fc7d01c6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

cyanrip: 0.9.2 -> 0.9.3.1
parents 702ac39d 8f2afba3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [