update harec
This commit is contained in:
parent
bbd9caea83
commit
e894a59afb
|
@ -35,7 +35,7 @@
|
|||
"linux-hare-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"narHash": "sha256-v32f8c4eN2FiSUMZgwByXaFlS6m4ILJsWiTGp4x8qnA=",
|
||||
"narHash": "sha256-RzG6JXSWtwIvFz6V1Qr9Yfwc2Yw5LDVt0/h1cfISU0Y=",
|
||||
"type": "file",
|
||||
"url": "https://git.sr.ht/~sircmpwn/hare"
|
||||
},
|
||||
|
@ -47,7 +47,7 @@
|
|||
"linux-harec-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"narHash": "sha256-QjzxiXC2zS8bl2b0RJDwqhcOn8I9rcN830LYHnSyP6k=",
|
||||
"narHash": "sha256-Ipbnl76ks5lw8tsQOfpdUP+iVvZ+E336R3FEYxzghdU=",
|
||||
"type": "file",
|
||||
"url": "https://git.sr.ht/~sircmpwn/harec"
|
||||
},
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, qbe, hare-src }:
|
||||
{ stdenv, qbe, harec-src }:
|
||||
let
|
||||
arch = stdenv.hostPlatform.uname.processor;
|
||||
qbePlatform = {
|
||||
|
@ -10,7 +10,7 @@ in
|
|||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "harec";
|
||||
version = "0.24";
|
||||
src = hare-src;
|
||||
src = harec-src;
|
||||
buildInputs = [ qbe ];
|
||||
nativeBuildInputs = [ qbe ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue