mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
hareThirdParty.hare-json: 0-unstable-2023-03-13 -> 0-unstable-2024-04-19
This commit is contained in:
parent
50a0e78011
commit
eb252446b5
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "hare-json";
|
pname = "hare-json";
|
||||||
version = "0-unstable-2023-03-13";
|
version = "0-unstable-2024-04-19";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~sircmpwn";
|
owner = "~sircmpwn";
|
||||||
repo = "hare-json";
|
repo = "hare-json";
|
||||||
rev = "88256102a9fec62d494628e32cb406574e49e5e1";
|
rev = "b6aeae96199607a1f3b4d437d5c99f821bd6a6b6";
|
||||||
hash = "sha256-Sx+RBiLhR3ftP89AwinVlBg0u0HX4GVP7TLmuofgC9s=";
|
hash = "sha256-mgUzHGXbaJdWm7qUn7mWdDUQBgbEjh42O+Lo0ok80Wo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ hareHook ];
|
nativeBuildInputs = [ hareHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user