emiluaPlugins.beast: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-10-06 09:45:59 +00:00
parent ae58135210
commit cc0b8b466d

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (self: {
pname = "emilua_beast";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitLab {
owner = "emilua";
repo = "beast";
rev = "v${self.version}";
hash = "sha256-HvfEigHJTZelPvHFk22PWxkTFEajHJXfiCndxXHVgq8=";
hash = "sha256-8pHL0ut221LvFwb/o1GuLV3gIDw5LSeqxqIa9eaQjXY=";
};
buildInputs = [