Commit d12fc160 authored by sempiternal-aurora's avatar sempiternal-aurora
Browse files

sc: 2024-08-15 -> 7.16_1.1.4

Changes the versioning scheme to match pkgs/README.md
Fixes #492855
parent 107512e8
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -5,15 +5,15 @@
  bison,
  lib,
}:
stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
  pname = "sc";
  version = "2024-08-15";
  version = "7.16_1.1.4";

  src = fetchFromGitHub {
    repo = "sc";
    owner = "n-t-roff";
    rev = "e029bc0fb5fa29da1fd23b04fa2a97039a96d2ba";
    hash = "sha256-JQY+ixHL+TpP4YRpgB9GP4jO5+PBMS/v5Ad3Ux0+yuQ=";
    tag = finalAttrs.version;
    hash = "sha256-qC7UQQqprT0Td7TCCe7iB9qJIBp47GW3aBAon27Katg=";
  };

  buildInputs = [ ncurses ];
@@ -44,4 +44,4 @@ stdenv.mkDerivation {
    license = lib.licenses.unlicense;
    maintainers = [ lib.maintainers.claes ];
  };
}
})