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": { "linux-hare-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-v32f8c4eN2FiSUMZgwByXaFlS6m4ILJsWiTGp4x8qnA=", "narHash": "sha256-RzG6JXSWtwIvFz6V1Qr9Yfwc2Yw5LDVt0/h1cfISU0Y=",
"type": "file", "type": "file",
"url": "https://git.sr.ht/~sircmpwn/hare" "url": "https://git.sr.ht/~sircmpwn/hare"
}, },
@ -47,7 +47,7 @@
"linux-harec-src": { "linux-harec-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-QjzxiXC2zS8bl2b0RJDwqhcOn8I9rcN830LYHnSyP6k=", "narHash": "sha256-Ipbnl76ks5lw8tsQOfpdUP+iVvZ+E336R3FEYxzghdU=",
"type": "file", "type": "file",
"url": "https://git.sr.ht/~sircmpwn/harec" "url": "https://git.sr.ht/~sircmpwn/harec"
}, },

View file

@ -1,4 +1,4 @@
{ stdenv, qbe, hare-src }: { stdenv, qbe, harec-src }:
let let
arch = stdenv.hostPlatform.uname.processor; arch = stdenv.hostPlatform.uname.processor;
qbePlatform = { qbePlatform = {
@ -10,7 +10,7 @@ in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "harec"; pname = "harec";
version = "0.24"; version = "0.24";
src = hare-src; src = harec-src;
buildInputs = [ qbe ]; buildInputs = [ qbe ];
nativeBuildInputs = [ qbe ]; nativeBuildInputs = [ qbe ];