scom: 1.1 -> 1.2 (#446431)

authored by Yohann Boniface and committed by GitHub 8ecdf2bd b2d4505f

+2 -2
+2 -2
pkgs/by-name/sc/scom/package.nix
··· 5 5 }: 6 6 stdenv.mkDerivation (finaAttrs: { 7 7 pname = "scom"; 8 - version = "1.1"; 8 + version = "1.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "crash-systems"; 12 12 repo = "scom"; 13 13 tag = finaAttrs.version; 14 - hash = "sha256-ZcD7H+tgekwZ6TOAjw6cxa78uMsBXFkIFZrHF+ErW4k="; 14 + hash = "sha256-fFA0s+B94YPDvcPi2GCThcMGcSY6qR1f7x/jP8gXh94="; 15 15 }; 16 16 17 17 enableParallelBuilding = true;