1
Fork 0

update harec

This commit is contained in:
Jan-Erik Rediger 2024-06-02 00:29:32 +02:00
parent bbd9caea83
commit e894a59afb
2 changed files with 4 additions and 4 deletions

View file

@ -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"
},

View file

@ -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 ];