lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

devspace: 6.1.0 -> 6.1.1

+2 -2
+2 -2
pkgs/development/tools/misc/devspace/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "devspace"; 9 - version = "6.1.0"; 9 + version = "6.1.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "loft-sh"; 13 13 repo = "devspace"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-pbI49oklxTu02YNIA1uxcDqWwGf3LaKipErDHCVxRRc="; 15 + sha256 = "sha256-2LSRmTWbG7sxV5e6N44HAPdqIL/O2UxcnuHXmbTooWs="; 16 16 }; 17 17 18 18 vendorSha256 = null;