Commit b6c52b0b authored by Guy Chronister's avatar Guy Chronister Committed by Weijia Wang
Browse files

firebird-emu: switch from rev to tag

parent f1546d06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ stdenv.mkDerivation (finalAttrs: {
  src = fetchFromGitHub {
    owner = "nspire-emus";
    repo = "firebird";
    rev = "v${finalAttrs.version}";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-ZptjlnOiF+hKuKYvBFJL95H5YQuR99d4biOco/MVEmE=";
  };