summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-14 11:10:29 +0200
committerGitHub <noreply@github.com>2021-09-14 11:10:29 +0200
commitc36769b10da71393676e239fe253a7bdb89ca6aa (patch)
tree6fa8943055cc27387c5b4fe3aba1f204e46c36ac /pkgs
parent7f4be47adfc5ea58956df43363660f7bdbb324de (diff)
parentc13796af38650b7ad2180473899ddc133a186538 (diff)
Merge pull request #137732 from r-ryantm/auto-update/bschaffl
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/bschaffl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/bschaffl/default.nix b/pkgs/applications/audio/bschaffl/default.nix
index ed988cbcb67f..eabdad3caa9c 100644
--- a/pkgs/applications/audio/bschaffl/default.nix
+++ b/pkgs/applications/audio/bschaffl/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bschaffl";
- version = "1.4.6";
+ version = "1.4.8";
src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = version;
- sha256 = "sha256-tD4LsIXb2II+TNEfzXBviMR2fq/FtCSsaL2YGun1vu0=";
+ sha256 = "sha256-zczDqJdUAN2oSyIRt9m3OnwOWXlwL4Yod8UMCXs5zM0=";
};
nativeBuildInputs = [ pkg-config ];