git-unroll: 0-unstable-2024-11-04 -> 0-unstable-2025-08-14

This commit is contained in:
Isidor Zeuner 2025-08-14 17:04:55 +02:00
parent 0934d96508
commit cd9a56fb13

View File

@ -15,14 +15,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "git-unroll";
version = "0-unstable-2024-11-04";
version = "0-unstable-2025-08-14";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "gm6k";
repo = "git-unroll";
rev = "9243bb8a6a9f6875e21a5c64320b66f7fdaf9b3f";
hash = "sha256-1MjbB1EVgmU0HlUibrKOkjmxQ8wseocSJENiAqyHcjU=";
rev = "a66aad56af0440e1d6e807518af298264861b2c7";
hash = "sha256-Mpc2p+W8PqQ6Os9AJJJwvL00a4cjFKBUTBG5bF+IzL4=";
};
postPatch = ''