Skip to content

Commit 3f9ea41

Browse files
committed
virter: 0.25.0 -> 0.26.0
1 parent d20560a commit 3f9ea41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/virtualization/virter/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "virter";
8-
version = "0.25.0";
8+
version = "0.26.0";
99

1010
src = fetchFromGitHub {
1111
owner = "LINBIT";
1212
repo = "virter";
1313
rev = "v${version}";
14-
hash = "sha256-NIZBaPYFFH3MG2M7rF39TW8sLVR44SA37ZU3gOPwAFU=";
14+
hash = "sha256-Ae7lQveslZ4XqMmnC5mkZOk/8WSLXpmeRjkYUkIaasg=";
1515
};
1616

17-
vendorHash = "sha256-cVOxRrsDdtlDSJ3WRDNk8nqt7ztz4GSRIf6FDDBxvPc=";
17+
vendorHash = "sha256-7aWrY9EMTaJrNd0MTFIMfyUJ67I0LtndqNH0INo/OfA=";
1818

1919
ldflags = [
2020
"-s"

0 commit comments

Comments
 (0)