Unverified Commit a4c61fcb authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

scom: 1.2.2 -> 1.2.3 (#468057)

parents e73c5d80 c32a5fa9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
stdenv.mkDerivation (finaAttrs: {
  pname = "scom";
  version = "1.2.2";
  version = "1.2.3";

  src = fetchFromGitHub {
    owner = "crash-systems";
    repo = "scom";
    tag = finaAttrs.version;
    hash = "sha256-erHer9oeCFwenaEDk/RWYzGkrqigpwB+RPa+UVxFrOI=";
    hash = "sha256-eFnCXMrks5V6o+0+vMjR8zaCdkc+hC3trSS+pOh4Y6U=";
  };

  enableParallelBuilding = true;