distroshelf: 1.0.7 -> 1.0.8

This commit is contained in:
R. Ryantm
2025-06-03 00:05:41 +00:00
parent 3603bcb66c
commit f9738506f7
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "distroshelf";
version = "1.0.7";
version = "1.0.8";
src = fetchFromGitHub {
owner = "ranfdev";
repo = "DistroShelf";
tag = "v${finalAttrs.version}";
hash = "sha256-4xiqdLSmO9LXfVwF/QRJL8BhZDsNistdGVVT4YDdt4A=";
hash = "sha256-UZP/VohgYUe6Ly89oD9WlYyiAfQmTK1lXnf5TipoiNI=";
};
cargoDeps = rustPlatform.fetchCargoVendor {