Skip to content

Commit 7f88601

Browse files
authored
distrobox: 1.8.1 -> 1.8.1.2 (NixOS#378634)
2 parents a328077 + ec051ee commit 7f88601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/di/distrobox/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenvNoCC.mkDerivation (finalAttrs: {
1010
pname = "distrobox";
11-
version = "1.8.1";
11+
version = "1.8.1.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "89luca89";
1515
repo = "distrobox";
1616
rev = finalAttrs.version;
17-
hash = "sha256-SwSb3UETvimRtbcmD9f6A57MpnHP6p9trW+OBQW5ZyY=";
17+
hash = "sha256-wTu+8SQZaf8TKkjyvKqTvIWnCZTiPnozybTu5uKXEJk=";
1818
};
1919

2020
dontConfigure = true;

0 commit comments

Comments
 (0)