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

scom: 1.0 -> 1.1 (#413009)

parents 92c9e33d a20b234e
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.0";
  version = "1.1";

  src = fetchFromGitHub {
    owner = "crash-systems";
    repo = "scom";
    tag = finaAttrs.version;
    hash = "sha256-z/y4SB0R3nxiBGAWLGBsRH0tncDuBxpjy6NGG8ZbIPw=";
    hash = "sha256-ZcD7H+tgekwZ6TOAjw6cxa78uMsBXFkIFZrHF+ErW4k=";
  };

  enableParallelBuilding = true;