distroshelf: 1.0.13 -> 1.0.15

This commit is contained in:
R. Ryantm
2025-10-25 05:54:01 +00:00
parent c9f97ce391
commit ec9fec4a71

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "distroshelf";
version = "1.0.13";
version = "1.0.15";
src = fetchFromGitHub {
owner = "ranfdev";
repo = "DistroShelf";
tag = "v${finalAttrs.version}";
hash = "sha256-2R5jDstnzCTG6UfynsO2aeX6eST4cZIEHNdP9OLDKrw=";
hash = "sha256-4rNdp0g/QaiLnKGC4baYAq29dxluyZ+9TgeBlqidRp0=";
};
cargoDeps = rustPlatform.fetchCargoVendor {