distrobox: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm
2025-01-20 00:47:52 +00:00
parent 4b5b5d19d2
commit 5c2a4073f5
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "distrobox";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "89luca89";
repo = "distrobox";
rev = finalAttrs.version;
hash = "sha256-e9oSTk+UlkrkRSipqjjMqwtxEvEZffVBmlSTmsIT7cU=";
hash = "sha256-SwSb3UETvimRtbcmD9f6A57MpnHP6p9trW+OBQW5ZyY=";
};
dontConfigure = true;