pencil2d: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm
2026-03-11 17:43:40 +00:00
parent 0d2e8a1423
commit 662e6b26bd
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pencil2d";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "pencil2d";
repo = "pencil";
tag = "v${finalAttrs.version}";
hash = "sha256-l+iW0k3WdNXDwXtt958JJWSe3zNhQVul4FUcPPMrVxE=";
hash = "sha256-rgoi7WvE2lnGeHA2DzROREDa0iAI4nj9VTRlSmFuh4E=";
leaveDotGit = true;
postFetch = ''
# Obtain the last commit ID and its timestamp, then zap .git for reproducibility