doggo: 1.1.4 -> 1.1.5

This commit is contained in:
R. Ryantm
2026-02-26 14:12:02 +00:00
parent 3479ee3fd7
commit 85c9ff78f6
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule (finalAttrs: {
pname = "doggo";
version = "1.1.4";
version = "1.1.5";
src = fetchFromGitHub {
owner = "mr-karan";
repo = "doggo";
rev = "v${finalAttrs.version}";
hash = "sha256-yKEjTaDwJVycsGeoJTVMjN9D4AzRLXZAY5fVIp+B14c=";
hash = "sha256-x3A/Grg5ZLi8l3bvMPGmVFB9EcaEAO158daB8WV8Yqg=";
};
vendorHash = "sha256-ybI17J5EKvigBapt8Ed2FuMEzGUVzEpJ6OTVYWXVOOc=";
vendorHash = "sha256-5GU3d2TfKjCe4DSw177egJkEhRvPqHI1SoROrh2CIS8=";
nativeBuildInputs = [ installShellFiles ];
subPackages = [ "cmd/doggo" ];