From 647b3f1819707de5105192e135279c429659ce60 Mon Sep 17 00:00:00 2001 From: Jacob Moody Date: Tue, 11 Jul 2023 16:58:32 -0500 Subject: unflac: 1.0 -> 1.1 --- pkgs/tools/audio/unflac/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/tools/audio/unflac/default.nix b/pkgs/tools/audio/unflac/default.nix index 2e22b81cc5995..aa12246813d32 100644 --- a/pkgs/tools/audio/unflac/default.nix +++ b/pkgs/tools/audio/unflac/default.nix @@ -7,16 +7,16 @@ buildGoModule rec { pname = "unflac"; - version = "1.0"; + version = "1.1"; src = fetchFromSourcehut { owner = "~ft"; repo = pname; rev = version; - sha256 = "1vlwlm895mcvmxaxcid3vfji1zi9wjchz7divm096na4whj35cc4"; + sha256 = "sha256-gDgmEEOvsudSYdLUodTuE50+2hZpMqlnaVGanv/rg+U="; }; - vendorSha256 = "sha256-QqLjz1X4uVpxhYXb/xIBwuLUhRaqwz2GDUPjBTS4ut0="; + vendorSha256 = "sha256-X3cMhzaf1t+x7D8BVBfQy00rAACDEPmIOezIhKzqOZ8="; nativeBuildInputs = [ makeWrapper ]; postFixup = '' -- cgit 1.4.1