dvdstyler: 3.1 -> 3.1.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dvdstyler/versions
This commit is contained in:
parent
ffbb4d26f9
commit
4db5a101e8
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
name = "dvdstyler-${version}";
|
||||
srcName = "DVDStyler-${version}";
|
||||
version = "3.1";
|
||||
version = "3.1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/dvdstyler/dvdstyler/${version}/${srcName}.tar.bz2";
|
||||
sha256 = "1rz69vrfqz9sma9cm1mnvkd11zq3is53lc3m3hcphr02vs69s53m";
|
||||
sha256 = "03lsblqficcadlzkbyk8agh5rqcfz6y6dqvy9y866wqng3163zq4";
|
||||
};
|
||||
|
||||
nativeBuildInputs =
|
||||
|
|
Loading…
Reference in a new issue