Merge pull request #143668 from r-ryantm/auto-update/firebird-emu

firebird-emu: 1.4 -> 1.5
This commit is contained in:
Mario Rodas
2021-10-30 08:10:28 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
mkDerivation rec {
pname = "firebird-emu";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
owner = "nspire-emus";
repo = "firebird";
rev = "v${version}";
sha256 = "0pdca6bgnmzfgf5kp83as99y348gn4plzbxnqxjs61vp489baahq";
sha256 = "sha256-T62WB6msdB6/wIulqd/468JrCEiPGUrvtpjkZyo4wiA=";
fetchSubmodules = true;
};