about summary refs log tree commit diff
path: root/pkgs/by-name/in
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2024-01-26 07:37:19 -0500
committerAdam Stephens <adam@valkor.net>2024-01-31 17:17:53 -0500
commit0fc06e5373c8de7bee7b3b03089174e1401946d6 (patch)
tree24023bf3ab949b3c5d0e4ca516d337954a511e58 /pkgs/by-name/in
parent939e432e4650d94bd5a179cad13f2ebcf7fc3c57 (diff)
downloadnixlib-0fc06e5373c8de7bee7b3b03089174e1401946d6.tar
nixlib-0fc06e5373c8de7bee7b3b03089174e1401946d6.tar.gz
nixlib-0fc06e5373c8de7bee7b3b03089174e1401946d6.tar.bz2
nixlib-0fc06e5373c8de7bee7b3b03089174e1401946d6.tar.lz
nixlib-0fc06e5373c8de7bee7b3b03089174e1401946d6.tar.xz
nixlib-0fc06e5373c8de7bee7b3b03089174e1401946d6.tar.zst
nixlib-0fc06e5373c8de7bee7b3b03089174e1401946d6.zip
incus-unwrapped: 0.4.0 -> 0.5.0
Changelog: https://github.com/lxc/incus/releases/tag/v0.5.0
Diffstat (limited to 'pkgs/by-name/in')
-rw-r--r--pkgs/by-name/in/incus-unwrapped/package.nix15
1 files changed, 3 insertions, 12 deletions
diff --git a/pkgs/by-name/in/incus-unwrapped/package.nix b/pkgs/by-name/in/incus-unwrapped/package.nix
index 925a485a0723..f20f84d5b9ab 100644
--- a/pkgs/by-name/in/incus-unwrapped/package.nix
+++ b/pkgs/by-name/in/incus-unwrapped/package.nix
@@ -1,7 +1,6 @@
 { lib
 , buildGoModule
 , fetchFromGitHub
-, fetchpatch
 , acl
 , cowsql
 , hwdata
@@ -17,24 +16,16 @@
 
 buildGoModule rec {
   pname = "incus-unwrapped";
-  version = "0.4.0";
+  version = "0.5.0";
 
   src = fetchFromGitHub {
     owner = "lxc";
     repo = "incus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-crWepf5j3Gd1lhya2DGIh/to7l+AnjKJPR+qUd9WOzw=";
+    hash = "sha256-GpCKfr07/JJz5YS/MuqRkanGfMgV9r+cCEDIuHTISKE=";
   };
 
-  vendorHash = "sha256-YfUvkN1qUS3FFKb1wysg40WcJA8fT9SGDChSdT+xnkc=";
-
-  patches = [
-    # remove with > 0.4.0
-    (fetchpatch {
-      url = "https://github.com/lxc/incus/commit/c0200b455a1468685d762649120ce7e2bb25adc9.patch";
-      hash = "sha256-4fiSv6GcsKpdLh3iNbw3AGuDzcw1EadUvxtSjxRjtTA=";
-    })
-  ];
+  vendorHash = "sha256-2ZJU7WshN4UIbJv55bFeo9qiAQ/wxu182mnz7pE60xA=";
 
   postPatch = ''
     substituteInPlace internal/usbid/load.go \