0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

butane: 0.23.0 -> 0.24.0

This commit is contained in:
R. Ryantm 2025-05-28 15:01:59 +00:00
parent 6ed432a97e
commit f0d060909f

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "butane";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
hash = "sha256-UJRHqvfCeKxbE+SRQZEm797WqwGpwjlqol8z36l3nS4=";
hash = "sha256-xb5CDuwGpYJgnG0KzlvkzTyeqo1d2fUcXh0a2hbCEd0=";
};
vendorHash = null;