Skip to content

Commit 292e513

Browse files
linstor-proxmox: 8.0.4 -> 8.1.1
1 parent bb52ad5 commit 292e513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/linstor-proxmox/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ in
1919
perl538.pkgs.toPerlModule (
2020
stdenv.mkDerivation rec {
2121
pname = "linstor-proxmox";
22-
version = "8.0.4";
22+
version = "8.1.1";
2323

2424
src = fetchFromGitHub {
2525
owner = "LINBIT";
2626
repo = "linstor-proxmox";
2727
rev = "v${version}";
28-
hash = "sha256-aQ9VqQcF9jDGcv2anKPunTTNyS1exJcODt7WkcGxH+o=";
28+
hash = "sha256-O50dqs6XPiU58mr65h+Juj9hxalUL6UcgTcXnyCEwBY=";
2929
};
3030

3131
makeFlags = [

0 commit comments

Comments
 (0)