Skip to content

Commit ec051ee

Browse files
committed
distrobox: 1.8.1 -> 1.8.1.2
1 parent 3a931f3 commit ec051ee

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)