gtrash: 0.0.5 -> 0.0.6

This commit is contained in:
R. Ryantm 2024-07-08 11:34:43 +00:00
parent 655a58a72a
commit 3d5f17ca96

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "gtrash";
version = "0.0.5";
version = "0.0.6";
src = fetchFromGitHub {
owner = "umlx5h";
repo = "gtrash";
rev = "v${version}";
hash = "sha256-5+wcrU2mx/ZawMCSCU4xddMlMVpoIW/Duv7XqUVIDoo=";
hash = "sha256-odvj0YY18aishVWz5jWcLDvkYJLQ97ZSGpumxvxui4Y=";
};
vendorHash = "sha256-iWNuPxetYH9xJpf3WMoA5c50kII9DUpWvhTVSE1kSk0=";
vendorHash = "sha256-JJA9kxNCtvfs51TzO7hEaS4UngBOEJuIIRIfHKSUMls=";
subPackages = [ "." ];