1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

harec: 0.24.0 -> 0.24.2

This commit is contained in:
Coutinho de Souza 2024-07-06 10:45:12 -03:00
parent aa3e6fadd2
commit f9f63cbea2
No known key found for this signature in database
GPG key ID: 59081FCB8F9AABB5

View file

@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "harec";
version = "0.24.0";
version = "0.24.2";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "harec";
rev = finalAttrs.version;
hash = "sha256-NOfoCT/wKZ3CXYzXZq7plXcun+MXQicfzBOmetXN7Qs=";
hash = "sha256-YCUBdPYr/44stW9k54QoUEhNkti6ULJkVBphx7xhmKo=";
};
nativeBuildInputs = [ qbe ];