bucklespring: 1.5.0 -> 1.5.1

new tag without change to fix the missing leading "v" and a re-tag
main
evils 2 years ago committed by GitHub
parent c3a860e206
commit 1fe22e1978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/applications/audio/bucklespring/default.nix

@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation rec {
pname = "bucklespring";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "zevv";
repo = pname;
rev = version;
sha256 = "114dib4npb7r1z2zd1fwsx71xbf9r6psxqd7n7590cwz1w3r51mz";
rev = "v${version}";
sha256 = "0prhqibivxzmz90k79zpwx3c97h8wa61rk5ihi9a5651mnc46mna";
};
nativeBuildInputs = [ pkg-config makeWrapper ];

Loading…
Cancel
Save