distroshelf: 1.0.12 -> 1.0.13

This commit is contained in:
R. Ryantm
2025-08-15 14:33:57 +00:00
parent cedc4cc963
commit bcc8f5a05c
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "distroshelf";
version = "1.0.12";
version = "1.0.13";
src = fetchFromGitHub {
owner = "ranfdev";
repo = "DistroShelf";
tag = "v${finalAttrs.version}";
hash = "sha256-pNGIwmw75c7Q+lXZBSZnAnIqJqYOPIA9cpAlzv/HjJU=";
hash = "sha256-2R5jDstnzCTG6UfynsO2aeX6eST4cZIEHNdP9OLDKrw=";
};
cargoDeps = rustPlatform.fetchCargoVendor {