tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
drat-trim: 2020-06-05 -> 2023-05-22
Wojciech Nawrocki
2 years ago
cf7bdf94
4d67f4f3
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
logic
drat-trim
default.nix
+4
-4
pkgs/applications/science/logic/drat-trim/default.nix
···
1
{ lib, stdenv, fetchFromGitHub }:
2
3
stdenv.mkDerivation {
4
-
pname = "drat-trim-unstable";
5
-
version = "2020-06-05";
6
7
src = fetchFromGitHub {
8
owner = "marijnheule";
9
repo = "drat-trim";
10
-
rev = "9afad0f7156a1e9c6ce19dce5d72cf1cb9a3ef27";
11
-
sha256 = "1zq585igfaknwqbvv2cji744016zxadbvr0ifr5l6yq13m0vvn3b";
12
};
13
14
postPatch = ''
···
1
{ lib, stdenv, fetchFromGitHub }:
2
3
stdenv.mkDerivation {
4
+
pname = "drat-trim";
5
+
version = "2023-05-22";
6
7
src = fetchFromGitHub {
8
owner = "marijnheule";
9
repo = "drat-trim";
10
+
rev = "2e5e29cb0019d5cfd547d4208dca1b3ec290349f";
11
+
hash = "sha256-sV3A0f1TLSaTIdAtT6y8rU3ZS2UqEePJYSf3UySOlSA=";
12
};
13
14
postPatch = ''