Merge pull request #242938 from majiru/update-unflac

unflac: 1.0 -> 1.1

authored by figsoda and committed by GitHub 9a1074ae 2a6283db

+3 -3
+3 -3
pkgs/tools/audio/unflac/default.nix
··· 7 8 buildGoModule rec { 9 pname = "unflac"; 10 - version = "1.0"; 11 12 src = fetchFromSourcehut { 13 owner = "~ft"; 14 repo = pname; 15 rev = version; 16 - sha256 = "1vlwlm895mcvmxaxcid3vfji1zi9wjchz7divm096na4whj35cc4"; 17 }; 18 19 - vendorSha256 = "sha256-QqLjz1X4uVpxhYXb/xIBwuLUhRaqwz2GDUPjBTS4ut0="; 20 21 nativeBuildInputs = [ makeWrapper ]; 22 postFixup = ''
··· 7 8 buildGoModule rec { 9 pname = "unflac"; 10 + version = "1.1"; 11 12 src = fetchFromSourcehut { 13 owner = "~ft"; 14 repo = pname; 15 rev = version; 16 + sha256 = "sha256-gDgmEEOvsudSYdLUodTuE50+2hZpMqlnaVGanv/rg+U="; 17 }; 18 19 + vendorSha256 = "sha256-X3cMhzaf1t+x7D8BVBfQy00rAACDEPmIOezIhKzqOZ8="; 20 21 nativeBuildInputs = [ makeWrapper ]; 22 postFixup = ''