Skip to content

Commit 28e97f1

Browse files
authored
pocketsphinx: 5.0.3 -> 5.0.4 (NixOS#373693)
a
2 parents 51157cc + 40c99f2 commit 28e97f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/pocketsphinx/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "pocketsphinx";
16-
version = "5.0.3";
16+
version = "5.0.4";
1717

1818
src = fetchFromGitHub {
1919
owner = "cmusphinx";
2020
repo = "pocketsphinx";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-aCQpRmGHX08rA8UIt6Xf37XM34HysEzvcucLhL355k8=";
22+
hash = "sha256-DUK3zPPtv+sQhC1dfJXDmwtt3UV6DGacb3mMQUpvVpk=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)