lifeograph: 3.0.2 -> 3.0.3

This commit is contained in:
emaryn
2025-06-19 13:15:43 +08:00
parent 0069594e0b
commit 82ea441bbb
+2 -2
View File
@@ -16,12 +16,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lifeograph";
version = "3.0.2";
version = "3.0.3";
src = fetchgit {
url = "https://git.launchpad.net/lifeograph";
rev = "v${finalAttrs.version}";
hash = "sha256-eb31/ncGH5+Wz1vPCHeEFP1AiKe29rAOg5SL2cjabCc=";
hash = "sha256-VaDxmbTVx6wiFMDRYuBM5Y4oPODWPTm8QP6zpT+yBOY=";
};
nativeBuildInputs = [