dayon: 15.0.1 -> 15.0.2

This commit is contained in:
R. Ryantm
2025-01-23 22:18:28 +00:00
committed by Francesco Gazzetta
parent bce763a182
commit f207c424e6
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dayon";
version = "15.0.1";
version = "15.0.2";
src = fetchFromGitHub {
owner = "RetGal";
repo = "dayon";
rev = "v${finalAttrs.version}";
hash = "sha256-3/A8aAWnaPg0sgzWJKU4Ys/R3nXYQj8aFuEVMgzauqQ=";
hash = "sha256-5gpST5c3UGutrGuysBEHWqbj9O5+XagA6fTZ7D/R7Oo=";
};
nativeBuildInputs = [